Parameters
- data
- Byte array that contains Photoshop resources data.
- offset
- The starting index in the byte array at which to begin reading data.
Return Value
An array of PhotoshopResource objects.
Exception | Description |
---|---|
System.ArgumentNullException | Thrown if data is null. |
System.ArgumentOutOfRangeException | Thrown if offset is less than 0 or greater than or equal to length of data. |
Target Platforms: .NET9; .NET 8; .NET 7; .NET 6; .NET Framework 4.8, 4.7, 4.6, 4.5, 4.0, 3.5